home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / seo_game.swf / scripts / Arial.as next >
Text File  |  2011-09-24  |  189b  |  15 lines

  1. package
  2. {
  3.    import flash.text.Font;
  4.    
  5.    public dynamic class Arial extends Font
  6.    {
  7.        
  8.       
  9.       public function Arial()
  10.       {
  11.          super();
  12.       }
  13.    }
  14. }
  15.